Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc tiny changes #6046

Merged
merged 7 commits into from Jun 1, 2019
Merged

Misc tiny changes #6046

merged 7 commits into from Jun 1, 2019

Conversation

scribam
Copy link
Contributor

@scribam scribam commented Jun 1, 2019

No description provided.

@@ -207,7 +207,7 @@ namespace vk
{
if (!g_scratch_buffer)
{
// 32M disposable scratch memory
// 128M disposable scratch memory
g_scratch_buffer = std::make_unique<vk::buffer>(*g_current_renderer, 128 * 0x100000,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kd-11 Can you confirm the value to set in the comment is 128 to match with the buffer's size (128 * 0x100000)?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, didn't change the comment when updating.

@Nekotekina Nekotekina merged commit 7909624 into RPCS3:master Jun 1, 2019
@scribam scribam deleted the resize-to-clear branch June 8, 2019 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants